From 483288d7449b955902061fef1cfa84f7c770850e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 May 1993 02:59:19 +0000 Subject: [PATCH] (Fwith_output_to_temp_buffer): Doc fix. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 23901175de1..381f43b4693 100644 --- a/src/print.c +++ b/src/print.c @@ -409,7 +409,7 @@ All output done by BODY is inserted in that buffer by default.\n\ The buffer is displayed in another window, but not selected.\n\ The value of the last form in BODY is returned.\n\ If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ -If variable `temp-buffer-show-hook' is non-nil, call it at the end\n\ +If variable `temp-buffer-show-function' is non-nil, call it at the end\n\ to get the buffer displayed. It gets one argument, the buffer to display.") (args) Lisp_Object args; -- 2.30.2